x86/hvm: factor out and rename vm_event related functions
authorTamas K Lengyel <tamas.lengyel@zentific.com>
Thu, 26 Mar 2015 21:06:58 +0000 (22:06 +0100)
committerTim Deegan <tim@xen.org>
Thu, 9 Apr 2015 10:41:27 +0000 (11:41 +0100)
commit5baf8162955ee6a9a25f4c590baf646534e8c5a1
treef67b06cb702102b1ef1a7dc7b4266c83933774b3
parent7189b0f6c2bc83dc15c0f43055512a463dc16c8e
x86/hvm: factor out and rename vm_event related functions

To avoid growing hvm.c these functions can be stored separately. Minor style
changes are applied to the logic in the file.

Signed-off-by: Tamas K Lengyel <tamas.lengyel@zentific.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
MAINTAINERS
xen/arch/x86/hvm/Makefile
xen/arch/x86/hvm/event.c [new file with mode: 0644]
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/include/asm-x86/hvm/event.h [new file with mode: 0644]
xen/include/asm-x86/hvm/hvm.h